home *** CD-ROM | disk | FTP | other *** search
- The .ZIP file from whence this README file came contains the following files:
-
- JTABTST.PAS (the project form)
- JTABTST.DFM
- TESTJTAB.DPR (the test application for TjocTable)
- TESTJTAB.OPT
- TESTJTAB.RES
- TJTABLE.PAS (the component source for TjocTable)
-
- These files for "Digging Into IDAPI Pt 2" have been corrected and may differ
- from the source code listings shown in the article:
-
- 1. In the form source JTABTST.PAS the event handler CopyTable1Click has
- changed.
-
- 2. In the component source TJTABLE.PAS the RenameTable method has changed.
-
- The VCL-philes amongst you will point out that Delphi 1.02 already has a RenameTable
- method (undocumented) so why have I implemented another one? Well the new method
- presented in TjocTable is more convenient to use because the table can be either open
- or closed when the method is called unlike TTable.RenameTable which requires that the
- table be closed before calling.
-
- -John O'Connell [73064.74@compuserve.com]
-